func runtime.makeAddrRange
8 uses
runtime (current package)
arena.go#L805: span.userArenaChunkFree = makeAddrRange(span.base(), rzStart)
arena.go#L1108: s.userArenaChunkFree = makeAddrRange(base, base+s.elemsize)
mpagealloc.go#L386: p.inUse.add(makeAddrRange(base, limit))
mpagealloc_64bit.go#L149: needIdxBase, needIdxLimit := addrRangeToSummaryRange(l, makeAddrRange(base, limit))
mpagealloc_64bit.go#L223: have := makeAddrRange(chunksBase+haveMin*scSize, chunksBase+haveMax*scSize)
mpagealloc_64bit.go#L224: need := makeAddrRange(chunksBase+needMin*scSize, chunksBase+needMax*scSize)
mranges.go#L33: func makeAddrRange(base, limit uintptr) addrRange {
mranges.go#L106: return makeAddrRange(a.base.addr(), addr)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |